home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / rtlinc.exe / CUSTCNTL.H < prev    next >
C/C++ Source or Header  |  1993-06-30  |  263b  |  16 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different custcntl.h */
  3.  
  4. #ifndef _INC_CUSTCNTL
  5.  
  6. #ifdef __NT__
  7. #pragma pack(__DEFALIGN)
  8. #include <win32\custcntl.h>
  9. #pragma pack()
  10. #else
  11. #include <win16\custcntl.h>
  12. #endif
  13.  
  14. #endif
  15.  
  16.